func net/http.idnaASCII

2 uses

	net/http (current package)
		request.go#L757: func idnaASCII(v string) (string, error) {
		transport.go#L2762: 	if v, err := idnaASCII(addr); err == nil {